Use a static set of reference pixels
authorDaniel Sabo <DanielSabo@gmail.com>
Fri, 10 Jan 2014 09:51:30 +0000 (01:51 -0800)
committerDaniel Sabo <DanielSabo@gmail.com>
Fri, 31 Jan 2014 07:17:29 +0000 (23:17 -0800)
commit11de186522d268fe4c65c019d71ecb0d19ad8e29
tree7cdc4bba40c2a346587204b5701ee86c91b92301
parent8ab7ab26c6c4da1c8fbac5f264e9337ba35aa91d
Use a static set of reference pixels

The ref pixels are stored in babl/babl-ref-pixels.inc which
is generated by tools/babl-gen-test-pixels.
15 files changed:
Makefile.am
babl/Makefile.am
babl/babl-conversion.c
babl/babl-fish-path.c
babl/babl-format.c
babl/babl-internal.h
babl/babl-model.c
babl/babl-ref-pixels.c [new file with mode: 0644]
babl/babl-ref-pixels.h [new file with mode: 0644]
babl/babl-ref-pixels.inc [new file with mode: 0644]
babl/babl-type.c
configure.ac
tools/.gitignore [new file with mode: 0644]
tools/Makefile.am [new file with mode: 0644]
tools/babl-gen-test-pixels.c [new file with mode: 0644]